IAsyncActionWithProgress.Progress Property

Gets or sets the method that receives progress events.

Syntax

public:
property AsyncActionProgressHandler<TProgress>^ Progress {
         AsyncActionProgressHandler<TProgress>^ get ();
         void set (AsyncActionProgressHandler<TProgress>^ value);
}  

Property value

Type: AsyncActionProgressHandler<TProgress> 

The method that handles the events.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncActionWithProgress Generic Interface

IAsyncActionWithProgress Members

Windows.Foundation Namespace